home *** CD-ROM | disk | FTP | other *** search
- #################################################################################
- # Text mode.
- #
- # You should not remove this file. Alpha may not function very well
- # without it.
- #================================================================================
-
- alpha::mode Text 0.1 {
- # Rather than using a 'dummyProc', we use a script,
- # which is then removed (so it's only ever called once).
- newPref v leftFillColumn {0} Text
- newPref v suffixString { <--} Text
- newPref v prefixString {> } Text
- newPref v fillColumn {75} Text
- newPref f wordWrap {1} Text
- newPref v wordBreak {\w+} Text
- newPref v wordBreakPreface {(\W)} Text
- newPref v wrapBreak {[\w_]+} Text
- newPref v wrapBreakPreface {([^\w_])} Text
- newPref f autoMark 0 Text
- newPref flag quietlyClearMarks 0 Text
- proc Text::DblClick {args} {
- eval Tcl::DblClick $args
- }
- } {default} {} {
- } help {
- If Alpha does not recognize a specific mode when it opens a file,
- the default mode is "Text" mode. This help window is in Text mode
- -- one of the far right rectangular boxes in the status bar should
- currently read "Text". This box is actually a pop-up menu, allowing
- you to change the mode of the current window.
-
- For more information regarding basic editing functions in Alpha, see
- the "Alpha Manual" or the shorter "Quick Start" help files.
- }
-
-
-